home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Softshoe
/
Lisa's Mac Parts
/
Broadcaster
/
Protocols
/
PreparingToQuit.cp
< prev
next >
Wrap
Text File
|
2000-06-23
|
294b
|
16 lines
// PreparingToQuit.cp
#ifndef PreparingToQuit_h
#include "PreparingToQuit.h"
#endif
#ifndef Broadcaster_h
#include "Broadcaster.h"
#endif
Broadcaster< PreparingToQuit >& PreparingToQuit::TheBroadcaster()
{
static Broadcaster< PreparingToQuit > theBroadcaster;
return theBroadcaster;
}